Skip to main content

GetControlPropertyValueEventArgs

The GetControlPropertyValueEventArgs class extends BaseEventArgs and represents event arguments for retrieving control property values.

Properties

NameDescription
ControlNameThe name of the control whose property value is being retrieved.
PropertyValueThe value of the property being retrieved.
PropertyNameThe name of the property being accessed.
ResponseParametersThe response parameters associated with the event.

Constructors

NameDescription
GetControlPropertyValueEventArgs()Initializes a new instance of the GetControlPropertyValueEventArgs class.